runtime.mcache.flushGen (field)
5 uses
runtime (current package)
mcache.go#L65: flushGen atomic.Uint32
mcache.go#L102: c.flushGen.Store(mheap_.sweepgen)
mcache.go#L359: flushGen := c.flushGen.Load()
mcache.go#L368: c.flushGen.Store(mheap_.sweepgen) // Synchronizes with gcStart
mgc.go#L807: if fg := p.mcache.flushGen.Load(); fg != mheap_.sweepgen {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |